home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / fm42ch.exe / {app} / Foxmail.exe / 0 / RCDATA / TDLG_ATTFILE / TDLG_ATTFILE.txt
Text File  |  2002-07-04  |  2KB  |  115 lines

  1. object Dlg_attfile: TDlg_attfile
  2.   Left = 189
  3.   Top = 109
  4.   ActiveControl = BtnOpen
  5.   BorderStyle = bsDialog
  6.   Caption = 'Attachment'
  7.   ClientHeight = 191
  8.   ClientWidth = 300
  9.   ParentFont = True
  10.   Position = poScreenCenter
  11.   OnCreate = FormCreate
  12.   OnShow = FormShow
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Img: TImage
  16.     Left = 16
  17.     Top = 12
  18.     Width = 32
  19.     Height = 32
  20.   end
  21.   object L_filename: TLabel
  22.     Left = 64
  23.     Top = 20
  24.     Width = 3
  25.     Height = 13
  26.   end
  27.   object Bevel1: TBevel
  28.     Left = 8
  29.     Top = 56
  30.     Width = 280
  31.     Height = 3
  32.     Shape = bsTopLine
  33.   end
  34.   object Bevel2: TBevel
  35.     Left = 8
  36.     Top = 144
  37.     Width = 280
  38.     Height = 3
  39.     Shape = bsTopLine
  40.   end
  41.   object L_ctype: TLabel
  42.     Left = 16
  43.     Top = 72
  44.     Width = 46
  45.     Height = 13
  46.     Caption = 'File Type:'
  47.   end
  48.   object L_csize: TLabel
  49.     Left = 16
  50.     Top = 96
  51.     Width = 42
  52.     Height = 13
  53.     Caption = 'File Size:'
  54.   end
  55.   object L_type: TLabel
  56.     Left = 104
  57.     Top = 72
  58.     Width = 3
  59.     Height = 13
  60.   end
  61.   object L_size: TLabel
  62.     Left = 104
  63.     Top = 96
  64.     Width = 3
  65.     Height = 13
  66.   end
  67.   object L_cencode: TLabel
  68.     Left = 16
  69.     Top = 120
  70.     Width = 79
  71.     Height = 13
  72.     Caption = 'Encode Method:'
  73.   end
  74.   object L_encode: TLabel
  75.     Left = 104
  76.     Top = 120
  77.     Width = 3
  78.     Height = 13
  79.   end
  80.   object BtnOpen: TButton
  81.     Left = 56
  82.     Top = 160
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&Open'
  86.     Default = True
  87.     ModalResult = 100
  88.     TabOrder = 0
  89.   end
  90.   object BtnSave: TButton
  91.     Left = 136
  92.     Top = 160
  93.     Width = 75
  94.     Height = 25
  95.     Caption = '&Save As...'
  96.     ModalResult = 101
  97.     TabOrder = 1
  98.   end
  99.   object BtnCancel: TButton
  100.     Left = 216
  101.     Top = 160
  102.     Width = 75
  103.     Height = 25
  104.     Cancel = True
  105.     Caption = 'Cancel'
  106.     ModalResult = 2
  107.     TabOrder = 2
  108.   end
  109.   object Language: TLanguage
  110.     LangCenter = DM_Language.LangCenter
  111.     Left = 248
  112.     Top = 8
  113.   end
  114. end
  115.